Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand some note and note expression doc #381

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Conversation

baconpaul
Copy link
Collaborator

The comments in #380 showed some places where our note and note expression doc had too much implicit knowledge. Try to address that with a few short paragraphs explainign the protocol

The comments in free-audio#380 showed some places where our note and
note expression doc had too much implicit knowledge. Try to
address that with a few short paragraphs explainign the protocol
Copy link
Contributor

@abique abique left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abique
Copy link
Contributor

abique commented Jan 15, 2024

@baconpaul would you mind adding the changelog entry?

@baconpaul
Copy link
Collaborator Author

Oh sure. Hold on.

@baconpaul
Copy link
Collaborator Author

OK done!

@abique
Copy link
Contributor

abique commented Jan 15, 2024

Thank you :)

@abique abique merged commit f25dded into free-audio:next Jan 15, 2024
4 checks passed
enum {
// with 0 < x <= 4, plain = 20 * log(x)
CLAP_NOTE_EXPRESSION_VOLUME = 0,

// pan, 0 left, 0.5 center, 1 right
CLAP_NOTE_EXPRESSION_PAN = 1,

// relative tuning in semitone, from -120 to +120
// relative tuning in semitone, from -120 to +120, in equal temperament
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change "semitone" to "semitones". In English "in" + unit usually has the unit in plural. For example "in kilos", "in dollars".

The "in equal temperament" could be read to imply that only integer values are expected. Perhaps just note something like: "delta_in_cents = 100 * x". That should be clear enough, since a 12EDO semitone is 100 cents.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see it has already been merged. You can discard this comment then.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed in #382 to include it. If @abique is happy to merge it I am too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants